home *** CD-ROM | disk | FTP | other *** search
/ Canadian Geographic Explorer / Canadian Geographic Explorer.iso / pc / riddler.dxr / 00003_Wait for audio to finish.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  192 b   |  10 lines

  1. on exitFrame
  2.   global gVoiceChannel, gSoundFXChannel, gMusicChannel
  3.   if soundBusy(gVoiceChannel) then
  4.     go(the frame)
  5.   else
  6.     sound stop gSoundFXChannel
  7.     KillEmPuppets()
  8.   end if
  9. end
  10.